home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_2 / memmometer / src / makefile2.30 next >
Text File  |  1992-11-06  |  146b  |  11 lines

  1. # Makefile for Aztec 3.6a
  2.  
  3. MM: mm.o mminit.o
  4.     ln mm.o mminit.o -lc -o MM
  5.  
  6. mm.o: mm.h mm.c
  7.     cc mm.c
  8.  
  9. mminit.o: mm.h mminit.c
  10.     cc mminit.c
  11.